write(byte[],int,int) Method
In This Topic
Writes len bytes from the specified byte array starting at offset off to this output stream.
Syntax
public void write(
byte[] ,
int ,
int
)
|
Parameters
- b
- the data.
- off
- the start offset in the data.
- len
- the number of bytes to write.
See Also